09. 小测验:变量作用域
小测验
在下面的问题中,您将对变量范围的使用进行练习。理解变量范围很重要,因为在编写解决复杂问题的代码时,这通常会导致混淆。
SOLUTION:
它会打印 'Variable scope is an important concept.'SOLUTION:
它会打印 'Functions are an important programming concept.'SOLUTION:
它会报错 TypeError: print_fn() takes 0 positional arguments but 1 was givenSOLUTION:
它会报错 TypeError: print_fn() takes 0 positional arguments but 1 was givenStart Quiz:
## Please use this space to test and run your code